home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2006 July & August
/
PCWorld_2006-07-08_cd.bin
/
v cisle
/
acehtml
/
acehtmlfreeware.exe
/
scriptdef
/
Best Resolution.sd
< prev
next >
Wrap
INI File
|
2004-06-28
|
773b
|
35 lines
[SUBJECT]
Description=Displays a message if the user is not viewing your site in the proper resolution
ImageIndex=-1
Folder=Tools
[BODY_TEXT]
;<script language="JavaScript1.2">
;<!-- Begin
;var bestwidth = `best_width`;
;var bestheight = `best_height`;
;if (screen.width != bestwidth || screen.height != bestheight) {
;msg = "This site looks best when viewed when your screen "
;+ "is set to a " + bestwidth + "x" + bestheight + " resolution, "
;+ "but your screen resolution is " + screen.width + "x"
;+ screen.height + ". Please change your screen resolution "
;+ "to best view the site, if possible. Thanks!";
;document.write(msg);
;}
;// End -->
;</script>
[`best_width`]
Kind=S
Value=1600
[`best_height`]
Kind=S
Value=800